Face Alignment and Frontalization
One Millisecond Face Alignment with an Ensemble of Regression Trees (2014)
- Gradient Boosting + Desition Tree for Regression
- Why so fast?
- 다른 방법들처럼 전체 Image를 검색하는 것이 아니라 mean shape(mean fisidual points)로 부터 점층적으로 주변 점을 뒤져 나간다. (By Strategy of Boosting)
- Boosting means that We can upgrade system performance by adding (finer) regressor(prediction model) on previous knowledge
- Gradient Boosting 에 Regression Tree를 사용함으로서